func runtime.casfrom_Gscanstatus
6 uses
runtime (current package)
preempt.go#L217: casfrom_Gscanstatus(gp, _Gscanrunning, _Grunning)
preempt.go#L275: casfrom_Gscanstatus(gp, s, s&^_Gscan)
proc.go#L1215: func casfrom_Gscanstatus(gp *g, oldval, newval uint32) {
proc.go#L4428: casfrom_Gscanstatus(gp, _Gscan|_Gpreempted, _Gpreempted)
proc.go#L6790: casfrom_Gscanstatus(gp, status|_Gscan, status)
proc.go#L6835: casfrom_Gscanstatus(s.gp, s.status|_Gscan, s.status)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)